[JAVA] Activity Stream- Producing X amount of objects in a panel on app load

Posted by Matthew De'Loughry on Stack Overflow See other posts from Stack Overflow or by Matthew De'Loughry
Published on 2010-04-05T20:01:56Z Indexed on 2010/04/05 20:03 UTC
Read the original article Hit count: 111

Filed under:
|
|

Hi guys,

Just wondering if you could help wanting to produce an activity stream in Java, the idea was to have a JLabel and text area followed by a divider be displayed on a screen and then repeated X amount of times according to what data was in a database.

What I was wondering is how could I possibly repeat the placing the jlabel, text area, and diveder on the screen above the last rendered objects on the fly and all displayed correctly no matter the size of the text area of each set of object sort of like the image below.

alt text

Hope I made it clear as I could thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about activity